// PHP_SUPPORT_FOLDER_PATH_PHP
//
Let (
    [
        fileMakerPath = Get ( FileMakerPath )
    ] ;
    If ( Abs ( Get ( SystemPlatform ) ) = 1 ;
        Right ( fileMakerPath ; Length ( fileMakerPath ) - Position ( fileMakerPath ; "/" ; 1 ; 2 ) + 1 ) ;
    //else
        Right ( fileMakerPath ; Length ( fileMakerPath ) - 1 )
    )
)

& "Extensions/PHP Support/"